func os.chownat

2 uses

	os (current package)
		root_openat.go#L80: 		return struct{}{}, chownat(parent, name, uid, gid)
		root_unix.go#L184: func chownat(parent int, name string, uid, gid int) error {